home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk73 / scan / todo < prev    next >
Text File  |  1995-03-19  |  365b  |  8 lines

  1. Expand flags to their #define names, i.e. gadget->Flags = 0x0081 becomes
  2. gadget->Flags = GADGHBOX | SELECTED. This makes the code easier to read.
  3.  
  4. Complete all structures. For instance, screens are never scanned or listed.
  5.  
  6. Provide a way to comfortably select the interesting structures. Scanner
  7. currently lists ALL structures, even those you aren't interested in.
  8.